Windows Terminal
https://gyazo.com/25c3da92dfbeac797abd94c1e7fb18bf
2019/10/24 リリースの v0.6.2951.0 で、Ctrl + / Ctrl - での文字サイズ変更が出来るようになってた!
昔ながらのコマンドプロンプト
https://gyazo.com/1d70f127495b6ca3b24d01e49b8630ee
プレゼン用に、フォント大きく、明るい系背景で起動する設定、とかできる。
https://gyazo.com/6992c42b5590747b89cc11a862229b3d
設定
code:profiles.json
# profiles
{
"acrylicOpacity" : 1.00,
"closeOnExit" : true,
"colorScheme" : "Solarized Light",
"commandline" : "cmd.exe",
"cursorColor" : "#4040FF",
"cursorShape" : "bar",
"fontFace" : "MS Gothic",
"fontSize" : 40,
"guid" : "{0caa0dad-35be-5f56-a8ff-afceeeaa6102}",
"historySize" : 9001,
"icon" : "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
"name" : "cmd-presentation",
"padding" : "0, 0, 0, 0",
"snapOnInput" : true,
"startingDirectory" : "/Project",
"useAcrylic" : true
}